We need to update the license button visibility
whenever the license type changes.
g_free (license_string);
gtk_widget_show (about->license_label);
- update_license_button_visibility (about);
-
g_object_notify_by_pspec (G_OBJECT (about), props[PROP_WRAP_LICENSE]);
g_object_notify_by_pspec (G_OBJECT (about), props[PROP_LICENSE]);
}
gtk_widget_show (about->license_label);
}
+ update_license_button_visibility (about);
+
g_object_notify_by_pspec (G_OBJECT (about), props[PROP_LICENSE_TYPE]);
g_object_thaw_notify (G_OBJECT (about));